ComponentOne ASP.NET MVC Controls
OnClientFormatItem Method (ListBoxBuilder<T>)

C1.Web.Mvc.Fluent Namespace > ListBoxBuilder<T> Class : OnClientFormatItem Method
The value.
Configurates the C1.Web.Mvc.ListBox<T>.OnClientFormatItem client event. Occurs when an element representing a list item has been created.
Syntax
'Declaration
 
Public Function OnClientFormatItem( _
   ByVal value As String _
) As ListBoxBuilder(Of T)
public ListBoxBuilder<T> OnClientFormatItem( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
This event can be used to format list items for display.
See Also

Reference

ListBoxBuilder<T> Class
ListBoxBuilder<T> Members